php code to convert to small letter

53

php code to convert to small letter -

$str = strtolower($str);

strtoupper php -

string strtoupper ( $string )

Comments

Submit
0 Comments